This repository was archived by the owner on Jul 20, 2023. It is now read-only.
feat(samples): Add POSIX & Manifest samples#67
Merged
danielbankhead merged 28 commits intomainfrom Jun 14, 2022
Merged
Conversation
|
Here is the summary of changes. You are about to add 4 region tags.
This comment is generated by snippet-bot.
|
|
Warning: This pull request is touching the following templated files:
|
ddelgrosso1
approved these changes
May 31, 2022
JesseLovelace
approved these changes
Jun 14, 2022
| // The ID of the GCS bucket to transfer data to | ||
| // const gcsSinkBucket = 'my-sink-bucket' | ||
|
|
||
| // Transfer manifest location. Must be a |
| // const sourceAgentPoolName = 'projects/my-project/agentPools/transfer_service_default' | ||
|
|
||
| // The root directory path on the source filesystem | ||
| // const rootDirectory = '/directory/to/transfer/source', |
| // const gcsSourcePath = 'foo/bar/' | ||
|
|
||
| // The root directory path on the source filesystem | ||
| // const rootDirectory = '/directory/to/transfer/source', |
| /** | ||
| * Creates a request to transfer from the local file system to the sink bucket | ||
| */ | ||
| async function transferDirectory() { |
Contributor
There was a problem hiding this comment.
Is "transferDirectory" the right name for this function? This only transfers the files specified in the manifest right? which may not be the entire directory if i understand it correctly, and may in fact include files from multiple directories within the root directory
gcf-merge-on-green bot
pushed a commit
that referenced
this pull request
Jun 30, 2022
🤖 I have created a release *beep* *boop* --- ## [2.1.0](v2.0.0...v2.1.0) (2022-06-30) ### Features * **samples:** Add POSIX & Manifest samples ([#67](#67)) ([1056c9f](1056c9f)) * support regapic LRO ([#75](#75)) ([cc80906](cc80906)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
sofisl
pushed a commit
to googleapis/google-cloud-node
that referenced
this pull request
Nov 11, 2022
🤖 I have created a release *beep* *boop* --- ## [2.1.0](googleapis/nodejs-storage-transfer@v2.0.0...v2.1.0) (2022-06-30) ### Features * **samples:** Add POSIX & Manifest samples ([#67](googleapis/nodejs-storage-transfer#67)) ([1056c9f](googleapis/nodejs-storage-transfer@1056c9f)) * support regapic LRO ([#75](googleapis/nodejs-storage-transfer#75)) ([cc80906](googleapis/nodejs-storage-transfer@cc80906)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
kweinmeister
pushed a commit
to GoogleCloudPlatform/nodejs-docs-samples
that referenced
this pull request
Jan 25, 2023
🤖 I have created a release *beep* *boop* --- ## [2.1.0](googleapis/nodejs-storage-transfer@v2.0.0...v2.1.0) (2022-06-30) ### Features * **samples:** Add POSIX & Manifest samples ([#67](googleapis/nodejs-storage-transfer#67)) ([1056c9f](googleapis/nodejs-storage-transfer@1056c9f)) * support regapic LRO ([#75](googleapis/nodejs-storage-transfer#75)) ([cc80906](googleapis/nodejs-storage-transfer@cc80906)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.